DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / UpdatedRowSource Property

In This Topic
    UpdatedRowSource Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    System.Data.Common.DbDataAdapter の Update メソッドによって使用される場合に、コマンドの結果が System.Data.DataRow にどのように適用されるかを取得または設定します。
    Syntax
    'Declaration
     
    Public Overrides Property UpdatedRowSource As UpdateRowSource
    public override UpdateRowSource UpdatedRowSource {get; set;}
    See Also